home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Corrida / chicken.swf / scripts / DefineButton2_115 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2006-05-23  |  83 b   |  6 lines

  1. on(press){
  2.    stopAllSounds();
  3.    set("../:start2","1");
  4.    gotoAndPlay(3);
  5. }
  6.